runtime.funcInfo.datap (field)
11 uses
runtime (current package)
symtab.go#L876: datap *moduledata
symtab.go#L902: return f.datap.textAddr(f.entryOff)
symtab.go#L970: return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
symtab.go#L1075: datap := f.datap
symtab.go#L1150: return f.datap.funcName(f.nameOff)
symtab.go#L1170: datap := f.datap
symtab.go#L1192: datap := f.datap
symtab.go#L1221: datap := f.datap
symtab.go#L1270: base := f.datap.gofunc // load gofunc address early so that we calculate during cache misses
symtabinl.go#L122: u.f.datap,
tracestack.go#L356: return f.datap.textAddr(*(*uint32)(w))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |